home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / DEMON / GRAPHICS / TIFF / TIFF_FIL.TXT < prev    next >
Text File  |  1995-10-15  |  4KB  |  95 lines

  1. TIFF_Files.txt
  2. ==============
  3.  
  4. LIBTIFF is the C library for handling TIFF files, by Sam Leffler of Silicon
  5. Graphics. I have completed the Acorn port of this library, and have uploaded
  6. it here. I am:
  7.  
  8.     Peter Greenham
  9.     peter@enlarion.demon.co.uk
  10.  
  11.  
  12. Files:
  13.  
  14. tiff-v3.4beta024.tar.gz
  15. =======================
  16. This is the full LIBTIFF distribution source archive. It is not
  17. Acorn-specific, but the Acorn port files are included, as well as those for
  18. various other platforms. Also included here is full documentation in html
  19. format. ArcWeb is quite happy reading these locally, but you will want to set
  20. the filetype first I expect.
  21.  
  22. There are lots of long filenames in here. Have fun!
  23.  
  24. You might prefer to download this one than the one on sgi's ftp server, as
  25. the latter tends to grind to a halt when accessed from here. If you *must*
  26. get it from ftp.sgi.com, use BatchFTP.
  27.  
  28. Also, the current archive on ftp.sgi.com is missing some of the Acorn port
  29. files included here. Simple omission which will be rectified shortly anyway.
  30.  
  31. LIBTIFF-v3.4beta024.spk
  32. =======================
  33. This is the extracted Acorn version of LIBTIFF. This is what is produced by
  34. running the contrib.acorn.install script supplied in the first file. However,
  35. as that procedure is a little fraught (mostly because Acorn haven't figured
  36. out that long filenames are a Good Thing), I have included this archive. This
  37. contains the source files sorted into an Acorn C style directory structure,
  38. with the makefile. You should just need to extract the LIBTIFF directory, run
  39. SetVars, and run Makefile.
  40.  
  41. tiffin_200.spk
  42. ==============
  43. This is version 2.00 of Tiffin, an application written using LIBTIFF, which
  44. translates images between sprites and TIFFs. Drop a tiff on it, you can save
  45. a sprite, drop a sprite, save a tiff. It's that simple. It also allows batch
  46. operation, for processing entire directories of images. This application, and
  47. my port effort on LIBTIFF itself, was started because no available Acorn
  48. software could cope with some fairly common TIFFs. ie: those exported by
  49. PhotoShop 3.0. In addition, TIFF creation under RISC OS was being fraught,
  50. with Creator giving problems and PhotoDesk not allowing compression.
  51.  
  52. This application is much enhanced over the previous version uploaded here. It
  53. now loads the image into a window (handling multiple images as far as memory
  54. allows).
  55.  
  56. In TIFF to Sprite conversion, Tiffin always creates a 32-bit sprite,
  57. faithfully reproducing the quality of the original TIFF image. This is the
  58. primary reason why it is only compatible with RISC OS 3.50 or later (though
  59. another reason is the use of Dynamic Areas). You can, of course, use
  60. ChangeFSI to take the resulting images down to other scales/depths.
  61.  
  62. In Sprite to TIFF conversion, it allows LZW compression (optionally), and a
  63. choice between 24-bit and 32-bit RGB format. 24-bit is readable by ChangeFSI,
  64. whereas 32-bit isn't. 32-bit is valid, however and Tiffin, and other
  65. applications (such as PhotoShop) are quite happy with them.
  66.  
  67. NB: 32-bit sprite to 32-bit TIFF is the fastest conversion in this direction,
  68. as it can just dump the data from the sprite's pixel raster rather than
  69. having to process it to get RGB data.
  70.  
  71. NB: Tiffin is programmed using Acorn's Toolbox. When first run, Tiffin will
  72. automatically update your !System if necessary (unless you've been playing
  73. silly games with datestamps - it only copies its versions if they're newer
  74. than the ones already in !System). This is done in the !Run file so it's easy
  75. to comment out if you really object. I wouldn't bother though, it's quite
  76. safe.
  77.  
  78. To do:
  79. Allow creation of 32-bit CMYK TIFFs (useful for DTP work), and Index-Coloured
  80. TIFFs direct from 1,2,4,8-bit sprites (which will make processing them
  81. considerably faster). Also allow proper setting of picture resolution.
  82. Possibly allow interactive access to all TIFF tags used in an image.
  83.  
  84. Misty.tif
  85. =========
  86. This file and others like it were the source of all the problems! Created
  87. under KPT Bryce on a Power Macintosh and converted to TIFF by PhotoShop 3.0
  88. (with no extra image-processing); ChangeFSI, PhotoDesk and
  89. Impression/ArtWorks could make no sense of it. It's all down to Alpha
  90. Channels, apparently.
  91.  
  92. Tiffin reads this fine, as well as just about every other TIFF thrown at it
  93. (a couple of the very esoteric LIBTIFF test files fail).
  94.  
  95.